home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / nms_124.zip / HISTORY.LST < prev    next >
File List  |  1992-03-28  |  11KB  |  190 lines

  1. Version History
  2.  
  3. *******************************************************************************
  4.  
  5.                                   NMSMENU.EXE
  6.  
  7. Version 0.00.1: 01/12/91 : Begin development.
  8. Version 1.00.0: 01/12/91 : Done.  Beta test begins.
  9. Version 1.00.1: 01/13/91 : Changed the program name.
  10. Version 1.00.2: 01/17/91 : Added CLS to temporary batch file.  Changed entry
  11.       of password so it won't echo to the screen.  Allowed user to escape
  12.       from password and enter parameters routines.
  13. Version 1.01.0: 01/19/91 : Added code to handle encrypted menu files.
  14. Version 1.02.0: 01/23/91 : After executing a program, the menu program will
  15.       now return to the menu the program was called from.
  16. Version 1.02.1: 01/26/91 : Added information message to batch file that is
  17.       created and executed.  Added screen blanking.  Made message flash when
  18.       a new menu is loaded or command executed.
  19. Version 1.03.0: 01/27/91 : Added mouse support.
  20. Version 1.04.0: 01/28/91 : Revised double click routine.  Added help screen.
  21. Version 1.04.1: 02/02/91 : Fixed spelling in a couple of messages.  Added
  22.       message when loading NMCONFIG.
  23. Version 1.04.2: 02/04/91 : Turn mouse off if MAIN.MNU not found.
  24. Version 1.05.0: 02/10/91 : Revised menu structure so that ESCAPE will back out
  25.       of each menu and load the previous menu.
  26. Version 1.05.1: 02/19/91 : Fixed blank screen routine to save the current
  27.       screen to a different array so it wouldn't conflict with the display
  28.       menu routine.
  29. Version 1.06.0: 02/23/91 : Added command line variables to NMSMENU to set
  30.       the two heading lines.  Also, encrypted the $RETURN$.FIL.
  31. Version 1.07.0: 03/17/91 : Attempted to fix spurious graphics characters that
  32.       appear in the menu title after returning from execution of a program.
  33.       This may be hard to fix, since I can't reproduce the problem on my
  34.       system.  Also fixed to display a default header if none is specified on
  35.       the command line.
  36. Version 1.07.1: 05/09/91 : Attempted to fix problem with the printer being
  37.       randomly turned on when exiting menus and the temporary files not being
  38.       deleted when exiting.  This forced the user to warm-boot to get out of
  39.       the menus.
  40. Version 1.08.0: 08/08/91 : Added Alt-X to exit immediately to DOS without
  41.       backing out of the menus (thanks Erich!) and Alt-D which allows the
  42.       user to shell to DOS.  Still need to add mouse support for these two
  43.       features.  Also add another environment variable (MENUTEMP) to allow the
  44.       program files to be run from a common network directory.  NMCONFIG will
  45.       also use this environment variable.  This is the directory where it
  46.       must be located.  This variable must point to a directory that is
  47.       readable and writeable by the user.
  48. Version 1.09.0: 08/22/91 : Added clock display to menu screens.
  49. Version 1.09.1: 08/28/91 : Changed clock display to hours and minutes only.
  50.       Also changed when it is first displayed to allow it to work properly
  51.       over dialup lines.
  52. Version 1.09.2: 08/29/91 : A bug crept in with version 1.08.0 which created
  53.       $RETURN$.FIL in the wrong directory.  Fixed.
  54. Version 1.09.3: 09/07/91 : Added Alt-M function to return to the Main Menu.
  55. Version 1.09.4: 09/14/91 : Add the ability to use the mouse to select the
  56.       options on the bottom line.
  57. Version 1.10.0: 09/14/91 : Fixed a bug in the display when the configuration
  58.       program was not found.  It was redisplaying the wrong bottom line.  Also
  59.       clear the keyboard buffer between options.  Cleaned up source code to
  60.       remove code that had been commented out.
  61. Version 1.10.1: 09/19/91 : Fixed so user doesn't have to be in the MenuTemp$
  62.       directory to run NMCONFIG by adding the path in front of the command.
  63. Version 1.10.2: 09/21/91 : Returning from a DOS shell using the mouse to
  64.       select the ALT-D command from the bottom line displayed the current
  65.       entry as garbage.  Fixed.
  66. Version 1.12.0: 10/21/91 : Figured out how to get the CLEARLINE and CENTER
  67.       subroutines to be recognized outside this code.  Removed.  Also did
  68.       command line checking to check for a command line that is all spaces.
  69. Version 1.13.0: 10/29/91 : When clicking outside the main area and then
  70.       selecting the DOS shell, after returning the highlighted item was
  71.       displayed as garbage.  This was pretty obscure and only happened if the
  72.       user was using a mouse.  Using keyboard selection only it was not a
  73.       problem.
  74. Version 1.13.1: 11/17/91 : Field for user supplied prompt was two characters
  75.       longer than would fit on one line when the maximum length prompt text
  76.       was entered.
  77. Version 1.20.0: 01/02/92 : Pause would not work when executing a batch file
  78.       from the menu.  $PAUSE$.BAT is created from NMSMENU and executed by
  79.       NETMENU.COM after $$MENU$$.BAT is completed.  Synchronize version
  80.       numbers of all programs prior to release.
  81. Version 1.20.1: 01/18/92 : Found a routine that allows lower case characters
  82.       on the command line.
  83. Version 1.21.0: 02/08/92 : Fixed to return to the drive and directory that the
  84.       program was started from.
  85. Version 1.22.0: 02/15/92 : Added a monochrome/laptop screen and colors.  Also,
  86.       write out zero byte $PAUSE$.FIL.
  87. Version 1.22.1: 02/22/92 : Compiled and linked with BC7.
  88. Version 1.23.0: 02/29/92 : Changed the way NETMENU checks to see if it has
  89.       shelled out.  Now it checks for a file called NMS_LOAD.CHK.  Initial
  90.       release.
  91. Version 1.24.0: 03/07/92 : Remove DOS Shell option.  It proved to be too
  92.        much trouble.
  93.  
  94. *******************************************************************************
  95.  
  96.                                   NMCONFIG.EXE
  97.  
  98.  
  99. Version 0.00.1: 01/10/91 : Begin development.
  100. Version 0.00.5: 01/11/91 : Basic version complete.  Need to add mouse support
  101. Version 0.00.6: 01/11/91 : Added mouse support.
  102. Version 0.90.0: 01/12/91 : Removed mouse support (for now).  Increased length
  103.       of Description field.
  104. Version 1.00.0: 01/12/91 : Done for now.  Still need to check path\directory
  105.       entry so they will be valid in NETMENU.
  106. Version 1.01.0: 01/18/91 : Set file protections on menu files.  Encrypt menus.
  107.       Enhanced error checking of entries.  Added swap and delete routines.
  108. Version 1.01.2: 01/21/91 : Fixed entry into a blank field so that the cursor
  109.       would start at the beginning of the field.
  110. Version 1.02.0: 01/27/91 : Discovered CHECKKEY command.  Added mouse support.
  111. Version 1.03.0: 01/28/91 : Modified double click with mouse. Added help.
  112. Version 1.03.1: 02/02/91 : Added messages when saving and loading menus as
  113.       well as when re-loading NMSMENU.
  114. Version 1.05.0: 02/10/91 : Changed the menu structure to allow moving back
  115.       thru the menus by pressing ESCAPE.  This is the first step required in
  116.       order to link local menus to the network menus.
  117. Version 1.06.0: 02/23/91 : Removed hard coded MRKNET.  Added command line to
  118.       set heading.  Command line is passed from NMSMENU.
  119. Version 1.06.1: 02/27/91 : Fixed COMMAND$ function so it won't capitalize the
  120.       command line.
  121. Version 1.07.0: 03/18/91 : Traced down problem with not writing the proper
  122.       parent menu.  Also fixed to display default heading if no command line.
  123. Version 1.07.1: 03/22/91 : Fixed encryption problem when creating MAIN.MNU
  124. Version 1.08.0: 09/17/91 : Added descriptions of menu items to bottom line,
  125.       clock, and the name of the current menu.
  126. Version 1.08.1: 09/19/91 : Fixed display of the current menu filename so it
  127.       stays within the border of the screen.
  128. Version 1.12.0: 09/22/91 : Recompiled with PBCLONE routines.  Synchronize
  129.       version number with NETMENU.  Added the ability to select the bottom
  130.       line functions with the mouse.
  131. Version 1.20.0: 01/02/92 : Synchronize version numbers of required programs
  132.       prior to release.
  133. Version 1.20.1: 01/18/92 : Found a routine that allows lower case characters
  134.       on the command line.
  135. Version 1.22.0: 02/15/92 : Added monochrome screens. Synchronize version
  136.       numbers.
  137. Version 1.22.1: 02/22/92 : Recompiled with BC7.
  138. Version 1.23.0: 02/29/92 : Synchronize version numbers.  Initial release.
  139. Version 1.24.0: 03/07/92 : Synchronize version numbers.
  140. Version 1.24.1: 03/24/92 : Begin work on adding text editor capability for
  141.       creating batch files while adding menu entries.  Also added checks for
  142.       existing directories and .COM, .EXE, and .BAT files with the proper
  143.       name.  If not found, gives the user the opportunity to create the batch
  144.       file.
  145. Version 1.24.2: 03/25/92 : Fixed double backslash bug when directory path was
  146.       the root directory.  Also turned clock off before shelling to editor.
  147.  
  148. *******************************************************************************
  149.  
  150.                                   NMS_INST.EXE
  151.  
  152.  
  153. Version 0.00.1: 02/23/91 : Begin development.
  154. Version 1.00.0: 02/23/91 : Done.
  155. Version 1.01.0: 03/17/91 : Doesn't delete the netmenu.tab file when exiting
  156.       so it can be manually compiled if necessary.
  157. Version 1.02.0: 05/09/91 : Removed the '>nul' from several lines that get
  158.       written to the NETMENU.TAB file.  Trying to figure out why the printer
  159.       gets toggled on after loading lots of stuff.
  160. Version 1.03.0: 08/08/91 : Removed generation of the batch file lines that
  161.       download the NETMENU program files.  Also changed location where the
  162.       temporary files are found from MENUPROG to MENUTEMP.
  163. Version 1.04.0: 08/29/91 : Changed the batch file that is created to look
  164.       in the right place for the $$MENU$$.FIL to delete it.
  165. Version 1.04.1: 08/30/91 : Batch file was exiting from menu when invoked.
  166.       Fixed.
  167. Version 1.05.0: 09/25/91 : Added a line to the batch file that resets the
  168.       DOS prompt to remind the user to EXIT back to NETMENU when shelled out.
  169. Version 1.06.0: 09/28/91 : Added check in NETMENU.COM to see if the user has
  170.       already shelled out.  If already shelled out a second copy won't load.
  171.       Thanks to George Rowley for this idea.
  172. Version 1.08.0: 10/21/91 : Removed INPSTR routine from this file.  Can now be
  173.       accessed from USER.LIB.  Also shortened the length of the header lines
  174.       from 70 characters to 50 characters to comply with the DOS command line
  175.       length limit.
  176. Version 1.10.0: 10/21/91 : Removed requirement to use BAT2EXEC.  Generate the
  177.       .COM file within this program.
  178. Version 1.20.0: 01/02/92 : Fixed to delete $RETURN$.FIL when first loading
  179.       and also to generate the batch file the user can manually compile.
  180. Version 1.21.0: 02/08/92 : Synchronize version numbers.
  181. Version 1.22.0: 02/15/92 : Compile with TurboBAT compiler.  Don't print source
  182. Version 1.23.0: 02/29/92 : Synchronize version numbers.  New batch file that
  183.       checks to see if it's loaded differently.  Compiled with BC7.  Initial
  184.      release.
  185. Version 1.23.1: 03/01/92 : Added switch to create the batch file.
  186. Version 1.24.0: 02/07/92 : Simplify the batch file.  Synchronize version
  187.       numbers.
  188. Version 1.24.1: 03/28/92 : Create .COM file compiled with TurboBAT 3.10
  189.  
  190.